header,
footer {
  text-align: center;
}

#header {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
#firstpage {
  padding: 0;
  margin: 0%;
  background-color: #e2d9cf;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

#secondpage {
  background: #e2d9cf;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter {
  background: linear-gradient(125deg, #a5c3e6, #e0c1cc);
  width: 500px;
  padding: 60px;
  text-align: center;
  box-shadow: 0 0 20px #00000060;
}
.newsletter h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
}
.newsletter h1 span {
  display: block;
  font-size: 38px;
}
.newsletter p {
  color: white;
  font-size: 14px;
  margin: 10px 0;
}
.txtb {
  width: 100%;
  height: 70px;
  background: #f1f1f199;
  border-radius: 40 px;
  position: relative;
  margin-top: 40px;
}
.txtb input {
  width: 100%;
  height: 70px;
  border-radius: 40px;
  border: none;
  background: none;
  padding: 0 30px;
  outline: none;
  font-size: 15px;
  padding-right: 80px;
}
.txtb button {
  background: #574b90;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  outline: none;
  cursor: pointer;
  color: #fff;
  transition: 0.3s linear;
}

.txtb button:hover {
  opacity: 0.5;
}
h1 {
  font-family: "Trirong", serif;
  text-align: center;
}

h5 {
  font-family: "Trirong", serif;
}
h3 {
  font-family: "Trirong", serif;
  text-align: center;
}
h4 {
  font-family: "Trirong", serif;

  text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  margin: 0;
  padding: 0;
  background: #e2d9cf;
  font-family: Arial;
}
.navbar ul {
  list-style: none;
  background: rgb(218, 201, 201);
  padding: 0;
  margin: 0;
  text-align: left;
}
.navbar li {
  display: inline-block;
}
.navbar a {
  text-decoration: none;
  color: #f8f7f6;
  width: 300px;
  display: block;
  padding: 25px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  text-align: center font-size 14px;
}
.navbar a:hover {
  background: rgb(218, 201, 201);
}
.center {
  margin: auto;
  width: 60%;
  border: 2px soli#080500;
  padding: 50px;
}
.contact-me {
  width: 400px;
  background: #fff;
  padding: 50px;
  margin: 100px auto;
  border-radius: 50px;
  position: relative;
}
.title h1 {
  clear: #535274;
  letter-spacing: 5px;
  margin-bottom: 25px;
  text-align: center;
}
.form,
.form-items {
  width: 100%;
}
.form-items .input {
  width: 100%;
  margin-bottom: 12px;
  padding: 15px 40px;
  box-sizing: border-box;
  background: #ebeef1;
  border: 0;
  outline: none;
  border-radius: 30px;
}
.form-items,
input.message {
  height: 125px;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 15px;
  resize: none;
}

.btn {
  background: rgb(218, 201, 201);
  text-align: right;
  color: #fff;
  padding: 12px;
  border-radius: 40px;
  cursor: pointer;
}
.btn .fas .far {
  margin-left: 30px;
  font-size: 15px;
}

.form-items {
  position: relative;
}
.form-items .fas .far {
  position: absolute;
  top: 30px;
  left: 50px;
  color: #9a99aa;
}
.fab {
  align-items: center;
}
